From 144637bff171412aa63331ffbef14fb516d133ca Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 31 Mar 2018 11:05:31 +0200 Subject: [PATCH] build: Switch order of subdirectories After fixing this once already in 5970dac1679d the order was messed up again in d50708b0240. --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index a84eaf374a..de66c987eb 100644 --- a/meson.build +++ b/meson.build @@ -632,13 +632,13 @@ subdir('gdk') subdir('gsk') subdir('gtk') subdir('modules') +if get_option('demos') + subdir('demos') +endif if get_option('build-tests') subdir('tests') subdir('testsuite') endif -if get_option('demos') - subdir('demos') -endif if get_option('build-examples') subdir('examples') endif -- 2.30.2